//==============================================================================
// war spider_anim.txt
//==============================================================================

//==============================================================================
define birthfx
{
   set hotspot
   {
      version
      {
         Visualparticle sfx f qwrspid birth flair
      }
   }  
}

//==============================================================================
define birthfx2
{
   set hotspot
   {
      version
      {
         Visualparticle sfx f qwrspid rayglow
      }
   }  
}

//==============================================================================
define birthfx3
{
   set hotspot
   {
      version
      {
         Visualparticle sfx f qwrspid ring
      }
   }  
}

//==============================================================================
define poisonfx
{
   set hotspot
   {
      version
      {
         VisualParticle Special X WarSpidr Poisn
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			       Visual queen w spider_birth
                               Length 0.99
			       connect HOTSPOT birthfx hotspot
			       connect HOTSPOT birthfx2 hotspot
			       connect HOTSPOT birthfx3 hotspot
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_idle
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {

			   Visual queen w spider_walk
				tag FootstepRight 0.10 true
				tag FootstepLeft 0.00 true
				tag FootstepRight 0.30 true
				tag FootstepLeft 0.25 true
				tag FootstepRight 0.45 true
				tag FootstepLeft 0.35 true
				tag FootstepRight 0.64 true
				tag FootstepLeft 0.50 true
				tag FootstepRight 0.75 true
				tag FootstepLeft 0.70 true
				tag FootstepRight 0.95 true
				tag FootstepLeft 0.85 true
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.58 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
//-- end auto generated section
         }
         version
         {
			        Visual queen w spider_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.58 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_boreda
         }
			version
         {
			        Visual queen w spider_boredb
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
             tag SpecificSoundSet 0.74 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_flail
         }
      }
   }
}

//==============================================================================
anim whirlwindAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                               Visual queen w spider_poison
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.48 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.21 false QueenWarSpidrBoost checkVisible 
//-- end auto generated section
				connect HOTSPOT poisonfx hotspot
         }
      }
   }
}

//==============================================================================
anim Gore
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                               Visual queen w spider_gore
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.48 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.21 false QueenWarSpidrBoost checkVisible 
//-- end auto generated section
                               Length 0.99
         }
      }
   }
}

//==============================================================================
anim build
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual queen w spider_build
//-- auto generated by the bang animation tool
//-- do not hand edit these values   
            tag SpecificSoundSet 0.21 false QueenWarSpidrBuild checkVisible 
//-- end auto generated section
         }
      }
   }
}

